home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Diversos / FishyHop.swf / scripts / DefineButton2_204 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2008-09-05  |  74 b   |  5 lines

  1. on(release){
  2.    _root.game.isPause = false;
  3.    this.gotoAndStop(1);
  4. }
  5.